home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  188 b   |  13 lines

  1. on enterFrame
  2. end
  3.  
  4. on exitFrame
  5.   unLoadCast()
  6.   repeat with x = 4 to 5
  7.     puppetSprite(x, 1)
  8.     set the visible of sprite x to 1
  9.     puppetSprite(x, 0)
  10.   end repeat
  11.   updateStage()
  12. end
  13.